[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedure ScreenToVScreen(Var X1,Y1:Integer)

    Updates VX and VY       : No
    Updates Cursor Position : No

    This converts screen coordinates to window coordinates.

    For example, if the viewable  area  (screen) is from (5,5) to (84,29)
    then calling

    X:=1;
    Y:=2;
    ScreenToVScreen(X,Y);

    will cause

    X = 5  and
    Y = 6.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson